Searched refs:BDV (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp404 Value * const BDV; member in struct:__anon5714::BaseDefiningValueResult
410 BaseDefiningValueResult(Value *BDV, bool IsKnownBase) argument
411 : BDV(BDV), IsKnownBase(IsKnownBase) {
413 // Check consistency between new and old means of checking whether a BDV is
415 bool MustBeBase = isKnownBaseResult(BDV);
426 /// instruction 'I'. If Index is null, returns a BDV for the entire vector
431 /// vector returned is a BDV (and possibly a base) of the entire vector 'I'.
432 /// If the later, the return pointer is a BDV (or possibly a base) for the
454 // not. To be conservatively correct, we treat it as a BDV an
875 Value *BDV = Pair.first; local
1029 Instruction *BDV = cast<Instruction>(Pair.first); local
1119 auto *BDV = Pair.first; local
[all...]

Completed in 260 milliseconds