HomeSort by: relevance | last modified time | path
    Searched defs:canHandle (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 83 static bool canHandle(const MachineInstr *MI);
115 /// \c canHandle should return true for all instructions in \p
238 bool ImplicitNullChecks::canHandle(const MachineInstr *MI) {
255 assert(llvm::all_of(Block, canHandle) && "Check this first!");
278 assert(canHandle(A) && canHandle(B) && "Precondition!");
280 // canHandle makes sure that we _can_ correctly analyze the dependencies
534 assert(canHandle(DependenceMI) && "Should never have reached here!");
681 if (!canHandle(&MI) || InstsSeenSoFar.size() >= MaxInstsToConsider)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 101 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
109 static bool canHandle(Instruction *Inst) {
449 assert((isSentinel() || canHandle(I)) && "Inst can't be handled!");
457 static bool canHandle(Instruction *Inst) {
1098 if (SimpleValue::canHandle(OPI) && Visited.insert(OPI).second)
1208 if (CondInst && SimpleValue::canHandle(CondInst))
1245 if (CondI && SimpleValue::canHandle(CondI)) {
1296 if (SimpleValue::canHandle(CondI)) {
1354 if (SimpleValue::canHandle(&Inst)) {
1445 if (CallValue::canHandle(&Inst))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 998 auto canHandle = [](MCFragment &F) -> bool {
1009 if (!canHandle(F)) {

Completed in 19 milliseconds