/external/llvm/include/llvm/Analysis/ |
PHITransAddr.h | 69 /// CurBB to Pred, updating our state to reflect any needed changes. If the 72 bool PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB, 82 Value *PHITranslateWithInsertion(BasicBlock *CurBB, BasicBlock *PredBB, 93 Value *PHITranslateSubExpr(Value *V, BasicBlock *CurBB, BasicBlock *PredBB, 97 /// version of 'V' for the edge PredBB->CurBB into the end of the PredBB 101 Value *InsertPHITranslatedSubExpr(Value *InVal, BasicBlock *CurBB,
|
/external/llvm/lib/Analysis/ |
PHITransAddr.cpp | 115 // If the input value is not an instruction, or if it is not defined in CurBB, 144 Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB, 156 if (Inst->getParent() != CurBB) { 190 Value *PHIIn = PHITranslateSubExpr(Cast->getOperand(0), CurBB, PredBB, DT); 220 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT); 245 GEPI->getParent()->getParent() == CurBB->getParent() && 268 Value *LHS = PHITranslateSubExpr(Inst->getOperand(0), CurBB, PredBB, DT); 304 BO->getParent()->getParent() == CurBB->getParent() && 318 /// CurBB to Pred, updating our state to reflect any needed changes. If the 321 bool PHITransAddr::PHITranslateValue(BasicBlock *CurBB, BasicBlock *PredBB [all...] |
/external/llvm/include/llvm/ |
Value.h | 288 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent, 292 Value *DoPHITranslation(const BasicBlock *CurBB, const BasicBlock *PredBB); 294 const Value *DoPHITranslation(const BasicBlock *CurBB, 296 return const_cast<Value*>(this)->DoPHITranslation(CurBB, PredBB);
|
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 253 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); 265 if (CurBB && CurBB->getParent()) 266 CurFn->getBasicBlockList().insertAfter(CurBB, BB); 276 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); 278 if (!CurBB || CurBB->getTerminator()) { 349 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); 357 cast<llvm::PHINode>(IndGotoBB->begin())->addIncoming(V, CurBB); [all...] |
CodeGenFunction.cpp | 96 llvm::BasicBlock *CurBB = Builder.GetInsertBlock(); 98 if (CurBB) { 99 assert(!CurBB->getTerminator() && "Unexpected terminated block."); 103 if (CurBB->empty() || ReturnBlock.getBlock()->use_empty()) { 104 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB); [all...] |
/external/llvm/lib/CodeGen/ |
ShadowStackGC.cpp | 114 BasicBlock *CurBB = StateBB++; 117 TerminatorInst *TI = CurBB->getTerminator();
|
/external/llvm/lib/VMCore/ |
Value.cpp | 399 /// DoPHITranslation - If this value is a PHI node with CurBB as its parent, 403 Value *Value::DoPHITranslation(const BasicBlock *CurBB, 406 if (PN && PN->getParent() == CurBB)
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Interpreter.h | 72 BasicBlock *CurBB; // The currently executing BB
|
Execution.cpp | 699 BasicBlock *PrevBB = SF.CurBB; // Remember where we came from... 700 SF.CurBB = Dest; // Update CurBB to branch destination 701 SF.CurInst = SF.CurBB->begin(); // Update new instruction ptr... 719 SF.CurInst = SF.CurBB->begin(); [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 391 MachineBasicBlock *FBB, MachineBasicBlock *CurBB, 395 MachineBasicBlock *CurBB,
|
SelectionDAGBuilder.cpp | [all...] |
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/Target/CBackend/ |
CBackend.cpp | [all...] |