Home
last modified time | relevance | path

Searched refs:InBlock (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupportImpl.h100 Block &InBlock, const char *FieldName);
H A DEHFrameSupport.cpp445 Block &InBlock, in readPointerEncoding() argument
479 formatv("{0:x16}", InBlock.getAddress())); in readPointerEncoding()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1590 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local
1600 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue()
1602 return LocalResult->intersect(InBlock); in getEdgeValue()
H A DScalarEvolution.cpp15371 const BasicBlock *InBlock = Phi.getIncomingBlock(IncomingIdx); in collectFromPHI() local
15372 if (!VisitedBlocks.insert(InBlock).second) in collectFromPHI()
15374 auto [G, Inserted] = IncomingGuards.try_emplace(InBlock, LoopGuards(SE)); in collectFromPHI()
15376 collectFromBlock(SE, G->second, Phi.getParent(), InBlock, VisitedBlocks, in collectFromPHI()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2385 static bool InBlock(const Value *V, const BasicBlock *BB) { in InBlock() function
2601 InBlock(NotCond, CurBB->getBasicBlock())) { in FindMergedConditions()
2633 !InBlock(BOpOp0, CurBB->getBasicBlock()) || in FindMergedConditions()
2634 !InBlock(BOpOp1, CurBB->getBasicBlock())) { in FindMergedConditions()