Searched refs:InBlock (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | EHFrameSupportImpl.h | 100 Block &InBlock, const char *FieldName);
|
| H A D | EHFrameSupport.cpp | 445 Block &InBlock, in readPointerEncoding() argument 479 formatv("{0:x16}", InBlock.getAddress())); in readPointerEncoding()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 1590 ValueLatticeElement &InBlock = *OptInBlock; in getEdgeValue() local 1600 intersectAssumeOrGuardBlockValueConstantRange(Val, InBlock, CxtI); in getEdgeValue() 1602 return LocalResult->intersect(InBlock); in getEdgeValue()
|
| H A D | ScalarEvolution.cpp | 15371 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 D | SelectionDAGBuilder.cpp | 2385 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()
|